home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 July
/
EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso
/
earcd
/
comm
/
news
/
dwdecode.lha
/
dwdecode1.02
/
DWdecode.Prefs
< prev
next >
Wrap
Text File
|
1997-03-28
|
4KB
|
59 lines
################################################################################
# #
# DWDecode #
# #
# Prefs File #
# #
# Copyright ©1996 by Dick Whiting #
# #
#------------------------------------------------------------------------------#
# #
# This file allows for easy permanent defaults - read the comments, indicated #
# by '#'. Blank lines and lines starting with a '#' are ignored. #
# Everything following a '#' within a line is ignored also. #
# #
# See DWDecode.Guide for a complete description of all the available options. #
# #
#------------------------------------------------------------------------------#
# #
# Dick Whiting <dwhiting@europa.com> #
# 28 March 1997 #
# #
################################################################################
Source='INTERNET:UUNEWS/alt/binaries/' #source directory for UseNet files
Dest='DATA:PIX/' #output binaries to here
################################################################################
# Where to find the Base64 decoder and its options #
################################################################################
Base64cmd='AmiTCP:bin/Base64Decode %sf %df USEMINLEN > nil:'
B64cmdFail=20 #Return Code of 'DISK FULL' for Base64Decode
################################################################################
# Where to find the BinHex decoder and its options #
# #
# BinHexCmd='Utils:BHD data=%DD%S res=%DD%S %SF' use internal names #
# BinHexCmd='Utils:BHD data=%DF %SF' force name from subject line #
# #
################################################################################
BinHexCmd='Utils:BHD data=%DF %SF'
BinCmdFail=20
################################################################################
# Where to find FlashFind #
################################################################################
ScanProg='Utils:FlashFind' #where FlashFind resides
################################################################################
# Where to find the UU decoder and its options #
################################################################################
UUcmd='AmiTCP:bin/UUout %sf BUFSIZE=150 IGNORETERMINATION USEBASENAME > nil:'
UUcmdFail=10 #Return Code of 'DISK FULL' for UUout
################################################################################
# Handle source directory & all subdirectories (YES/NO) #
################################################################################
Recursive=NO